From 9934f9c43ba7ef5311221315c26eeedf2a95beec Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 21 Feb 2021 23:39:23 -0500 Subject: [PATCH] constrainttarget: Convert docs --- gtk/gtkconstraint.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gtk/gtkconstraint.h b/gtk/gtkconstraint.h index 2f14e66999..33aecfbd68 100644 --- a/gtk/gtkconstraint.h +++ b/gtk/gtkconstraint.h @@ -31,9 +31,10 @@ typedef struct _GtkConstraintTarget GtkConstraintTarget; /** * GtkConstraintTarget: * - * The GtkConstraintTarget interface is implemented by objects that - * can be used as source or target in #GtkConstraints. Besides - * #GtkWidget, it is also implemented by #GtkConstraintGuide. + * The `GtkConstraintTarget` interface is implemented by objects that + * can be used as source or target in `GtkConstraint`s. + * + * Besides `GtkWidget`, it is also implemented by `GtkConstraintGuide`. */ GDK_AVAILABLE_IN_ALL -- 2.30.2